Make the theme follow our documentation for the various .csd and
.ssd style classes: They all go on the window node. For now, just
add the new selector; the old one will be removed when mutter has
been updated.
https://bugzilla.gnome.org/show_bug.cgi?id=760714
.popup & { box-shadow: none; }
// server-side decorations as used by mutter
+ .ssd &,
&.ssd { box-shadow: 0 0 0 1px $_wm_border; } //just doing borders, wm draws actual shadows
.csd.popup & {
border-radius: 0; }
.popup decoration {
box-shadow: none; }
- decoration.ssd {
+ .ssd decoration, decoration.ssd {
box-shadow: 0 0 0 1px rgba(28, 31, 31, 0.9); }
.csd.popup decoration {
border-radius: 0;
border-radius: 0; }
.popup decoration {
box-shadow: none; }
- decoration.ssd {
+ .ssd decoration, decoration.ssd {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.23); }
.csd.popup decoration {
border-radius: 0;